REQUESTNOTIFY TEXT '"'BBSREAD.LASTERROR'"' BT '"_Ok"'
exit 5
end
address(thorport)
REQUESTNOTIFY TEXT '"Edit or delete all header fields?"' BT '"_Edit|_Delete|_Cancel"'
if result = 1 then do
if ~exists(BBSDATA.BBSPATH||".header") then
REQUESTNOTIFY TEXT '"You may now edit extra header lines to appear\nin the editor when you write messages.\nFollowup-To: and Keywords: are good examples."' BT '"_Ok"'
STARTEDITOR FILE BBSDATA.BBSPATH||".header"
end
if result = 2 then address command "delete >NIL: "||BBSDATA.BBSPATH||".header"